home *** CD-ROM | disk | FTP | other *** search
/ Aminet 44 / Aminet 44 (2001)(GTI - Schatztruhe)[!][Aug 2001].iso / Aminet / comm / mail / YAM23src.lha / Source / includes / proto / genesis.h < prev    next >
C/C++ Source or Header  |  2001-03-09  |  540b  |  25 lines

  1. /* Automatically generated header! Do not edit! */
  2.  
  3. #ifndef PROTO_GENESIS_H
  4. #define PROTO_GENESIS_H
  5.  
  6. #include <clib/genesis_protos.h>
  7.  
  8. #ifdef __GNUC__
  9. #include <inline/genesis.h>
  10. #endif /* __GNUC__ */
  11.  
  12. #if defined(LATTICE) || defined(__SASC) || defined(_DCC) || defined(__STORM__)
  13. #include <pragmas/genesis_pragmas.h>
  14. #endif /* __SASC */
  15.  
  16. #ifndef __NOLIBBASE__
  17. extern struct Library *
  18. #ifdef __CONSTLIBBASEDECL__
  19. __CONSTLIBBASEDECL__
  20. #endif /* __CONSTLIBBASEDECL__ */
  21. GenesisBase;
  22. #endif /* !__NOLIBBASE__ */
  23.  
  24. #endif /* !PROTO_GENESIS_H */
  25.